Promise

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(napi_env env)
Undocumented in source.

Members

Functions

reject
void reject(T toRet)
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
void resolve(T toRet)
Undocumented in source. Be warned that the author may not have intended to support it.
toNapiValue
napi_value toNapiValue(napi_env env)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

deferred
napi_deferred deferred;
Undocumented in source.
env
napi_env env;
Undocumented in source.
promise
JSVar promise;
Undocumented in source.

Meta